home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / calc16.zip / READ.ME < prev    next >
Text File  |  1993-04-24  |  3KB  |  80 lines

  1.  
  2.  
  3.  
  4.    Welcome to the CALC v1.6 from Touchstone Business Creations,
  5.    Released April-1992
  6.  
  7.  
  8.    Brief Description (full description in CALC.TXT)
  9.  
  10.      ** YOU CAN ADD THIS CALCULATOR TO YOUR APPLICATION BY INSERTING **
  11.      ** JUST ONE LINE... "Set Key (your key) TO CALCULATOR" AND ADD  **
  12.      ** "LIB CALC" IN YOUR LINK SCRIPT                               **
  13.  
  14.      CALC.LIB is a library that you may link into your application and
  15.      connect via a set key ( SET KEY K_ALT_O to CALCULATOR ) or by using
  16.      such as ( nResult := Calculator(nInitial) ).
  17.  
  18.      You may wish to use the additional functionality of the functions
  19.      CALCINIT(), CALCUDF(), CALCMEMORY(), CALCPRINT(), CALCPTAPE(), 
  20.      and CALCPOS() also included in CALC.LIB.
  21.  
  22.      The Calculator is NOT LIMITED in any of its abilities.  However, when
  23.      you initially call it, a copyright screen will appear.
  24.  
  25.      To deactivate the copyright screen, you need to register.  Plus, you
  26.      will receive discounts towards other products. (SEE REGISTER.DOC)
  27.  
  28.      Be sure to look at the DEMOs available.
  29.  
  30.    REVISIONS
  31.  
  32.      Rev. 1.4 changed the double lined box characters to single for
  33.               international code page compatibility.
  34.  
  35.      Rev. 1.5 Added positioning CalcPos(), code block exception handling,
  36.               CalcMemory() to access memory directly, paper scrolling,
  37.               better NG docs.
  38.  
  39.      Rev 1.51 Changed Address/Phone, Compiled under Clipper 5.2
  40.  
  41.      Rev  1.6 Added Network Printing functions CalcPrint() and
  42.               CalcPTape(). Calc also compiled under 5.2.
  43.  
  44.    FILES
  45.  
  46.       CALC.TXT ----- Contains detailed information about the functions and
  47.                      methods available for using the calculator.
  48.  
  49.                      * This file is formatted and may be printed directly
  50.                        to the printer.
  51.  
  52.       CALC.LIB ----- (THE CALC 1.6) - link with your programs and
  53.                      use a hotkey (i.e. SET KEY K_ALT_O to CALCULATOR)
  54.                      or get into more detailed uses with CALC.TXT.
  55.  
  56.       DEMO.PRG ----- A very simple use of the calculator (SET KEY)
  57.  
  58.       DEMO2.PRG ---- A little more detailed use of the calculator,
  59.                      uses other keys to do user-defined-operations
  60.                      (i.e. SetKey(K_F5,{|p,l,v,n| If(p="CALCULATOR",n*2,NIL)})
  61.                      which in this case doubles the displayed value.
  62.  
  63.       DEMO.RMK ----- RMake files to compile the PRGs (uses /PLL:BASE50)
  64.       DEMO2.RMK
  65.  
  66.       REGISTER.DOC - One-page registration form for the calculator.
  67.  
  68.       CALC.NG      - Calculator NG manual and functions
  69.  
  70.  
  71.       Thanks and I hope you enjoy the usefulness of CALC v1.6,
  72.  
  73.       Jim Gale
  74.       President, Touchstone Business Creations
  75.  
  76.       28613 River Glen Ct. #1
  77.       Menifee, CA 92584-8987
  78.       U.S.A.
  79.       (909) 679-3364
  80.